[19.0][MIG] website_sale_product_attribute_filter_order: Migration to version 19.0 - #1304
Open
cristina-hidalgo-tecnativa wants to merge 15 commits into
Open
Conversation
…filter_order: Migration to version 15.0 TT37010
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: e-commerce-15.0/e-commerce-15.0-website_sale_product_attribute_filter_order Translate-URL: https://translation.odoo-community.org/projects/e-commerce-15-0/e-commerce-15-0-website_sale_product_attribute_filter_order/
- Fixed precommit
cristina-hidalgo-tecnativa
force-pushed
the
19.0-mig-website_sale_product_attribute_filter_order
branch
from
August 25, 2026 08:49
149e330 to
d374bbf
Compare
Member
|
/ocabot migration website_sale_product_attribute_filter_order |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
website_sale.products_attributes's combinedradio/pills/multibranch was split into per-type sub-templates, and core now always sorts selected values first forradio/multi. So this module now only patcheswebsite_sale.filter_pills_attributes, the one type core still leaves unordered.views/snippets/snippets.xmlinheritedwebsite_sale.snippet_options, removed in 19.0 (we-checkboxpanel replaced by OWL builder options). Replaced bystatic/src/website_builder/products_list_page_option.xml, re-adding the "Filters Marked First" checkbox in the same spot.website.website_builder_assets.filter_pills_attributesview and use apillsattribute, the only display type still covered by the module.@Tecnativa TT64161
@pedrobaeza @pilarvargas-tecnativa